* alloc.c (gc_sweep): Don't read past end of array.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jul 2011 01:04:29 +0000 (18:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jul 2011 01:04:29 +0000 (18:04 -0700)
commitd9d7a3194e21f61f15f14604175448700a325872
tree5ee4ed89df6519f6962ca8e44ecaff2b013455c8
parent6a51e07e584541ac6e80511054251567c9011a71
* alloc.c (gc_sweep): Don't read past end of array.

In theory, the old code could also have corrupted Emacs internals,
though it'd be very unlikely.
src/ChangeLog
src/alloc.c